Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-69865 | EX13-EG-000175 | SV-84487r1_rule | Medium |
Description |
---|
By performing filtering at the perimeter, up to 90 percent of spam, malware, and other undesirable messages are eliminated from the message stream rather than admitting them into the mail server environment. This significantly reduces the attack vector for inbound email-borne spam and malware. As messages are filtered, it is prudent to temporarily host them in an archive for evaluation by administrators or users. The archive can be used to recover messages that might have been inappropriately filtered, preventing data loss, and to provide a base of analysis that can provide future filter refinements. |
STIG | Date |
---|---|
MS Exchange 2013 Edge Transport Server Security Technical Implementation Guide | 2019-03-11 |
Check Text ( C-70333r1_chk ) |
---|
Open the Exchange Management Shell and enter the following command: Get-ContentFilterConfig | Select Name, QuarantineMailbox If no SMTP address is assigned to QuarantineMailbox, this is a finding. |
Fix Text (F-76095r1_fix) |
---|
Open the Exchange Management Shell and enter the following command: Set-ContentFilterConfig -QuarantineMailbox <'QuarantineMailbox SmtpAddress'> Note: The |